Vector Space
Defining the reach of a line
In a geometric context, a line in a Euclidean space (e.g., or ) is typically defined as the set of all points that can be obtained by starting from a point on the line and moving along a particular direction vector . This is expressed parametrically as follows:
Here:
- is a vector representing a specific point on the line.
- is a non-zero vector indicating the direction of the line.
- is a scalar parameter that varies over all real numbers .
As varies, generates all the points on the line . When , the expression equals , so the line passes through point . As increases or decreases, we move along the line in the direction of or opposite to , respectively.
The eight properties of vector spaces can be organized under the following headings:
Defining the set of vectors orthogonal to a given line
An orthogonal vector to the line is a vector that is perpendicular to any vector lying on , or more specifically, perpendicular to the direction vector of the line .
The set of all vectors orthogonal to the line defined by the direction vector is given by the set:
Here:
- is a vector in the n-dimensional Euclidean space .
- denotes the dot product.
- is the direction vector of the line .
In this set definition, is the condition for orthogonality between the vector and the direction vector of the line .
Defining the line in a Euclidean space that does not pass through the origin
In Euclidean space, a line in a plane that does not pass through the origin can be represented parametrically or in a normal form.
- Parametric form: A line in a plane can be represented parametrically as:
where:
- is a vector representing a specific point on the line,
- is a non-zero vector indicating the direction of the line,
- is a scalar parameter that varies over all real numbers .
In this form, if is not the zero vector and is not parallel to , the line will not pass through the origin.
- Normal form: In the normal form, represents a line in the plane, and is defined as the set of all vectors in that satisfy a particular linear equation. The equation is the normal form of the line, where is the normal vector to the line, and is the constant term.
Here's the formal definition of a line in a plane that does not pass through the origin, using the given form:
In this definition:
- represents a point on the line.
- is the normal vector to the line.
- is a nonzero constant term, ensuring that the line does not pass through the origin.
The condition ensures that the line does not pass through the origin, as when , the line would pass through the origin.
Each of these forms gives a way to represent a line in a plane that does not pass through the origin, using different types of information about the line.
The properties of a vector space
Abelian Groups (related to vector addition):
- Closure under Addition:
- Associativity of Addition:
- Commutativity of Addition:
- Existence of Additive Identity: There exists a vector in such that for all vectors in , .
- Existence of Additive Inverse: For every vector in , there exists a vector in such that .
Scalar Multiplication:
- Closure under Scalar Multiplication:
Distributive Laws:
- Distributivity of Scalar Multiplication with respect to Vector Addition:
- Distributivity of Scalar Multiplication with respect to Scalar Addition:
These properties together provide a structure that ensures a set of vectors, along with the operations of vector addition and scalar multiplication, forms a vector space.
However, apart from proving that a given space is a vector space and the task of proving these axioms it doesn't seem helpful to memorise these axioms. Instead, I think a better approach is to memorise the three larger subdivisions (vector addition, multiplication, and the distributive laws).
Subspace
Sometimes we are presented with a particular equation and we need to know if we can do 'vector' stuff to it (i.e. does this equation represent a vector space). We can do this by working through the characterization of subspaces within a vector space.
Zero Vector Inclusion: The zero vector is an element of , i.e., contains the zero vector from the vector space .
Closure under Scalar Multiplication: For any vector in and any scalar from , the product is also an element of .
Closure under Vector Addition: For any two vectors in , their sum is also an element of .
These characterizations define a subspace within a vector space . They ensure that itself forms a vector space under the same vector addition and scalar multiplication operations as . By satisfying these properties, exhibits the essential structure of a vector space, making it a subspace of .
Worked through example
Let's consider a subset of defined by all vectors that satisfy a particular linear equation, say . The subset can be described as:
Now, let's verify if is a subspace of by checking the properties:
Zero Vector Inclusion: The vector satisfies the equation , hence .
Closure under Scalar Multiplication: Let's take a vector from which satisfies , and a scalar from . The vector should also satisfy the equation: Since is in , , and thus is also in .
Closure under Vector Addition: Let's take two vectors and from . Their sum should also satisfy the equation: Since and are in , and , and thus is also in .
Since all three properties are satisfied, is indeed a linear subspace of .
Example of a non-linear subspace
A subset defined by an equation involving a non-linear term like (x^2) is not a linear subspace. In vector spaces and their subspaces, the operations of vector addition and scalar multiplication must always yield elements within the set, and this requires the set to be defined linearly.
Let's consider a set (U) in (\mathbb{R}^2) defined by the equation (x^2 + y = 0):
Now, let's check the properties of subspaces:
Zero Vector Inclusion: The vector (0,0) is in (U) as (0^2 + 0 = 0).
Closure under Scalar Multiplication: Let's take a vector ((x, y)) from (U) and a scalar (\lambda). The vector (\lambda(x, y) = (\lambda x, \lambda y)) results in the equation ((\lambda x)^2 + \lambda y = \lambda^2 x^2 + \lambda y \neq 0) unless (\lambda = 0). This violates the property of closure under scalar multiplication.
Closure under Vector Addition: Let's consider two vectors ((x_1, y_1)) and ((x_2, y_2)) from (U). Their sum is ((x_1 + x_2, y_1 + y_2)). Substituting into the defining equation of (U), we get ((x_1 + x_2)^2 + (y_1 + y_2) = x_1^2 + 2x_1x_2 + x_2^2 + y_1 + y_2). This does not satisfy the equation (x^2 + y = 0) unless (2x_1x_2 + y_1 + y_2 = 0), which is not guaranteed for all (x_1, x_2, y_1, y_2 \in \mathbb{R}). So this violates the property of closure under vector addition.
Due to these violations, the set (U) defined by the equation (x^2 + y = 0) is not a linear subspace of (\mathbb{R}^2).
Span
The span of a set of vectors is the set of all linear combinations of the vectors in the set. It's a fundamental concept in linear algebra, capturing the idea of generating a space from a set of vectors. Formally, the span of a set of vectors is defined as follows:
Here:
- are the vectors in the set,
- are scalars from the real numbers ,
- The expression represents a linear combination of the vectors in the set.
The span of these vectors comprises all possible linear combinations of the vectors, and represents a subspace of the vector space that the vectors belong to.
Inner Product (or dot product)
The inner product is a binary operation on a vector space that generalizes the dot product. In a real vector space, an inner product is a function that takes two vectors and and returns a real number, denoted , satisfying the following properties:
Positive Definiteness: For any vector in the vector space, the inner product of with itself is non-negative, and it is zero if and only if is the zero vector:
Symmetry: The inner product is commutative, meaning that swapping the order of the vectors does not change the result:
Linearity: The inner product is linear in each argument. This property is often split into two separate properties:
- Homogeneity in each argument: for all scalars .
- Additivity in each argument:
These properties define a structure on the vector space that allows for the definition of angles and lengths, which are crucial in many areas of mathematics and physics.
Norm's
A norm is a function that assigns a strictly positive length or size to all vectors in a vector space, except for the zero vector, which is assigned a length of zero. It formalizes the notion of length and distance in a vector space. Formally, a norm on a vector space is a function satisfying the following properties for all vectors in and all scalars in :
Non-negativity:
Definiteness:
Scalar Multiplication:
Triangle Inequality:
Euclidean Norm:
The Euclidean norm (or norm) is a specific type of norm defined on the Euclidean space . It's derived from the Euclidean inner product, and is defined by the formula:
where is a vector in .
In simpler terms, the Euclidean norm measures the "ordinary" straight-line distance from the origin to the point identified by the vector in -dimensional space. It is a natural extension of the Pythagorean theorem to more than two dimensions. The Euclidean norm is widely used due to its intuitive geometric interpretation and computational simplicity.
Cross-Product of a vector
The cross product is a binary operation on two vectors in three-dimensional space. It produces a third vector that is orthogonal (perpendicular) to the plane of the input vectors. The magnitude of the resulting vector is equal to the area of the parallelogram spanned by the input vectors. The cross product is denoted by , where and are the input vectors.
Formally, if and , then their cross product is given by:
Here's some intuition behind the properties of the cross product:
Orthogonality: The cross product is orthogonal to the original vectors because of the way its components are calculated. Each component of the cross product is computed as the determinant of a 2x2 matrix formed by deleting the row and column of the component's index, which geometrically corresponds to the signed area of the parallelogram formed by the other two components. This ensures that the resulting vector is orthogonal to the plane formed by and .
Magnitude as Area of the Parallelogram: The magnitude of the cross product is given by the formula:
where is the angle between and . This formula is exactly the formula for the area of a parallelogram, where the sides of the parallelogram are given by the magnitudes of and , and gives the "height" of the parallelogram. Hence, the magnitude of the cross product geometrically represents the area of the parallelogram spanned by and .
Why does a cross-product have these properties?
This explanation is illustrating a connection between the cross product, dot product, and determinants in the context of geometric interpretations, particularly relating to the volume of a parallelepiped and the area of a parallelogram.
- Defining Vector : The vector is defined such that its dot product with any vector is equal to the determinant of the matrix with columns formed by vectors , , and . This determinant is geometrically equal to the volume of the parallelepiped formed by these three vectors.
- Volume of Parallelepiped: The volume of a parallelepiped is given by the product of the area of the base and the height. The base is a parallelogram spanned by vectors and , and the height is the component of vector that is perpendicular to this parallelogram.
- Calculating Height: The height can be found by taking the dot product of with a unit vector that is perpendicular to the parallelogram. Thus, the volume of the parallelepiped can also be expressed as:
Comparing this expression to the expression for the determinant of , it is evident that:
From this comparison, it's clear that the vector must be equivalent to the product of the area of the base (area of the parallelogram spanned by and ) and the unit vector perpendicular to the parallelogram:
This conclusion reveals that vector is:
- Perpendicular to both and , as it is aligned with the unit vector which is by definition perpendicular to the parallelogram spanned by and .
- Its magnitude is equal to the area of the parallelogram spanned by and .
This geometric interpretation elegantly ties together the algebraic operations of dot product, cross product, and determinants with the geometric concepts of volumes and areas in three-dimensional space.